You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TVec Class > TVec Methods > Ramp Method > TVec.Ramp Method ([In] double, [In] double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TVec.Ramp Method ([In] double, [In] double)

Fills the calling vector.

Syntax
C#
Visual Basic
public TVec Ramp([In] double Offset, [In] double Step);

Method uses the following rule: 

 

Values[k] := Offset + k*Step.

 

If the calling vector is complex, only the real part is set.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!